home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / sparcmgr / src.zoo / src / blit / m4.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-18  |  817 b   |  24 lines

  1. /*                        Copyright (c) 1988 Bellcore
  2.  *                            All Rights Reserved
  3.  *       Permission is granted to copy or use this program, EXCEPT that it
  4.  *       may not be sold for profit, the copyright notice must be reproduced
  5.  *       on copies, and credit should be given to Bellcore where it is due.
  6.  *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7.  */
  8. /*    $Header: m4.h,v 4.1 88/06/21 13:19:12 bianchi Exp $
  9.     $Source: /tmp/mgrsrc/src/blit/RCS/m4.h,v $
  10. */
  11. static char    h_m4_[] = "$Source: /tmp/mgrsrc/src/blit/RCS/m4.h,v $$Revision: 4.1 $";
  12.  
  13. /*
  14.  * asm argument modifiers:  need to use m4  as cpp doesn't substitute
  15.  * into quoted strings
  16.  */
  17.  
  18. define(INCR, $1`@+')
  19. define(DECR, $1`@-')
  20. define(IMM, `#'$1)
  21. define(IND, $1`@')
  22. define(T_SRC,d0)
  23. define(T_DST,d1)
  24.